You are here: Scripting Reference > Classes > Partner > Partner.Address1

Partner.Address1

Declaration

property Address1: String;

Example

procedure OnMapEvent(var Value:Variant);

begin

Value := Partner.Address1;

end;

Description

Returns the Address1 of the active partner within your system.